Click or drag to resize

ServiceDeleteRule Method (String, Boolean)

Deletes an inbox rule.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse DeleteRule(
	string ruleId,
	bool removeOutlookRuleBlob
)

Parameters

ruleId
Type: SystemString
The rule identifier.
removeOutlookRuleBlob
Type: SystemBoolean
if set to true [remove outlook rule BLOB].

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also